projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74e55ac
)
Added -lm to LDFLAGS
author
Øyvind Kolås
<ok@src.gnome.org>
Thu, 6 Jul 2006 22:01:16 +0000
(22:01 +0000)
committer
Øyvind Kolås
<ok@src.gnome.org>
Thu, 6 Jul 2006 22:01:16 +0000
(22:01 +0000)
ChangeLog
patch
|
blob
|
history
babl.pc.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 4ac32208df59d9f4229a997588bb6530048c0680..2b58e7d438d76bfdafd623d47a5f792d006dfda9 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2006-07-06 Øyvind Kolås <pippin@gimp.org>
+
+ * babl.pc.in: Added -lm to the list of libraries that need to be
+ linked along with babl.
+
2006-06-24 Øyvind Kolås <pippin@gimp.org>
* babl.pc.in: stripped trailing /babl from CFLAGS include path.
diff --git
a/babl.pc.in
b/babl.pc.in
index e30a276f957c8b22add0eda59ab0fab98c97a867..aa11ea8bded292d52b74d590887ff59629c0424b 100644
(file)
--- a/
babl.pc.in
+++ b/
babl.pc.in
@@
-6,6
+6,6
@@
includedir=@includedir@
Name: babl
Description: Dynamic; any to any, pixel format conversion library
Version: @VERSION@
-Libs: -L${libdir} -lbabl -ldl
+Libs: -L${libdir} -lbabl -ldl
-lm
Cflags: -I${includedir}/@PACKAGE_NAME@-@BABL_API_VERSION@